home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 23 / AMIGAplus Sonderheft 23 (2000)(Falke)(DE)[!].iso / PublicDomain / Spiele / Muscarine / 12.room < prev    next >
Text File  |  1999-11-08  |  2KB  |  62 lines

  1. /* empty
  2. /* Room script for GRAAL
  3. /*
  4.  
  5. /* UPDATE: scroll_frames[;normal_frames]
  6. /*
  7. UPDATE: 6;1
  8.  
  9. /* 3D: max;mid;min;adjspeed (This statement is optional)
  10. /*
  11. /* SECTION: SAME|section_no
  12. /*
  13. SECTION: 2
  14.  
  15. /* BACKDROP: file
  16. /*
  17. BACKDROP: empty.iff
  18.  
  19. /* START_POS: startpos_no;image;x;y;L|M|R;floor_no
  20. /*
  21. START_POS: 1;SIMG23;160;90; ;1
  22.  
  23. /* FLOOR: floor_no;x1;y1;x2;y2;floormaps
  24. /*
  25. FLOOR: 1;40;40;280;130;1-1
  26.  
  27. /* PATH: path_no;floor1;floor2;px1;py1;px2;py2;[{more_points}] (This statement is optional)
  28. /*
  29. /* EXIT: exit_no;x1;y1;x2;y2;x;y;description (This statement is optional)
  30. /*
  31. /* CLPART: file (This statement is optional)
  32. /*
  33. /* ROOMIMGS: number;start_bob;x1;y1;w;h;x-offset;hotspot (This statement is optional)
  34. /*
  35. /* STATIC: bob;image;x;y (This statement is optional)
  36. /*
  37. /* ANIM: bob;image;anim_ch;anim|ptrn;x;y (This statement is optional)
  38. /*
  39. /* ROOMOBJ: obj;name;room;VIS|NVIS;bob;image;x;y;cx;cy;cimage;prep;PICK|NPICK;anim_ch;verb;icon;LOW|MID|HIGH;types;w1;w2;w3 (This statement is optional)
  40. /*
  41. /* DACT: {cond|comm}
  42. /*
  43. DACT: LIGHTS ON;CIMG SIMG12;W 12;CIMG SIMG 31;W 12;CIMG //SIMG13;W 12;SAY This room seems to be completely empty.
  44. DACT: SAY I guess this is the end of PART 1!?;SAY Yes, it's surely the end.
  45. DACT: SAY What a pity!;CIMG SIMG21;SAY Alright my little player now it's your turn.
  46. DACT: SAY Please try to motivate the creator of this game to complete it.
  47. DACT: SAY He is sometimes such a lazy sod. Please give him a kick in th...
  48. DACT: SAY No, not really!;SAY But you could send him a mail or something.
  49. DACT: SAY Tell him how much you liked this game.;SAY Bug reports & suggestions are also welcome.
  50. DACT: SAY If you have found spelling mistakes or terrible grammar please also report it.
  51. DACT: SAY Ok, that was all.;SAY You can now hit the [Q] key to quit the game.
  52. DACT: DOAFTER 10,18,1;EXIT
  53.  
  54. /* LINE: dlg;line_no;sentence1;sentence2| ;{cond} (This statement is optional)
  55. /*
  56. /* LACT: dlg;line_no;{cond|comm} (This statement is optional)
  57. /*
  58. /* ACTION: verb_no;{cond|comm} (This statement is optional)
  59. ACTION: -1;IFOBJ 18;SAY It's really over now. Please press the [Q] key to quit.;DOAFTER 30,18,1;EXIT
  60.  
  61. /* end
  62.